home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / d / dustv2.46reg.lha / Dust / Examples / OldExamples / for.bat < prev    next >
DOS Batch File  |  1995-12-15  |  100b  |  12 lines

  1. for(i,1,3)
  2.  for(j,1,4)
  3.   .i*j
  4.  end
  5.  for(k,4,1)
  6.   echo(text)
  7.  end
  8.  for(j,0.22,5.6,0.3)
  9.   .j
  10.  end
  11. end
  12.